projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35251e6
)
(__P): Don't define -- it comes from config.h.
author
Dave Love
<fx@gnu.org>
Wed, 6 Dec 2000 21:16:37 +0000
(21:16 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 6 Dec 2000 21:16:37 +0000
(21:16 +0000)
src/md5.h
patch
|
blob
|
history
diff --git
a/src/md5.h
b/src/md5.h
index 697985d561db2d84abf2fd5ba8856220d82591e3..c4788cacabd4c891f9e25c67db3ed942485bb68e 100644
(file)
--- a/
src/md5.h
+++ b/
src/md5.h
@@
-70,12
+70,6
@@
typedef u_int32_t md5_uint32;
# endif
#endif
-#undef __P
-#if defined (__STDC__) && __STDC__
-# define __P(x) x
-#else
-# define __P(x) ()
-#endif
#ifndef __GNUC__
#define __attribute__(X)